home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
vbdatabs
/
version.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-03-29
|
4KB
|
95 lines
// ------------------------------- //
// -------- Start of File -------- //
// ------------------------------- //
// ----------------------------------------------------------- //
// C++ Header File Name: version.h
// Compiler Used: MSVC40, DJGPP 2.7.2.1, GCC 2.7.2.1, HP CPP 10.24
// Produced By: Doug Gaer
// File Creation Date: 09/17/1997
// Date Last Modified: 03/30/1999
// Copyright (c) 1997 Douglas M. Gaer
// ----------------------------------------------------------- //
// ---------- Include File Description and Details ---------- //
// ----------------------------------------------------------- //
/*
The VBD C++ classes are copyright (c) 1997, by Douglas M. Gaer.
All those who put this code or its derivatives in a commercial
product MUST mention this copyright in their documentation for
users of the products in which this code or its derivative
classes are used. Otherwise, you have the freedom to redistribute
verbatim copies of this source code, adapt it to your specific
needs, or improve the code and release your improvements to the
public provided that the modified files carry prominent notices
stating that you changed the files and the date of any change.
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.
THE ENTIRE RISK OF THE QUALITY AND PERFORMANCE OF THIS SOFTWARE
IS WITH YOU. SHOULD ANY ELEMENT OF THIS SOFTWARE PROVE DEFECTIVE,
YOU WILL ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR
CORRECTION.
This file contains the string database program's version number
and all comments regarding bugs, fixes, and additions.
*/
// ----------------------------------------------------------- //
#ifndef __VERSION_HPP
#define __VERSION_HPP
// Program's version number
const double VersionNumber = 1031.101;
#endif // __VERSION_HPP //
// ----------------------------------------------------------- //
// -------------- Bugs, Fixes, and Additions ---------------- //
// ----------------------------------------------------------- //
/*
03/20/1998 - Added Indexed searchs to the curses version.
Changed by: Doug Gaer
05/05/1998 - Corrected problem with wxWindows 132 column
ASCII print function, not printing the complete Item Bar.
Changed by: Doug Gaer
05/05/1998 - Added Indexed ASCII print function in curses
version.
Changed by: Doug Gaer
05/05/1998 - Added PostScript driver for curses and wxWindows
version.
Changed by: Doug Gaer
05/26/1998 - Added MSW printing for wxWindows version.
The __USE__MSW_PRINTING__ macro must be defined to enable
this option. Added for Windows 95 version.
Changed by: Doug Gaer
05/28/1998 - Removed unused code from OFPrint, EHandler,
and DTypes libraries.
Changed by: Doug Gaer
06/01/1998 - Corrected pointer problems in the wxWindows
version display and change panels. The Change panel commit
button no longer advances the doubly linked list pointer.
Instead the object that was changed is displayed. The
display panel next and prev buttons now detect the end and
the begining of the doubly linked list and alerts the user.
Changed by: Doug Gaer
06/05/1998 - Corrected DeleteObject call in the Remove()
function of the curses version.
Changed by: Doug Gaer
06/11/1998 - Corrected incorrect name strings in FindBy()
function calls in the wxWindows version.
Changed by: Doug Gaer
03/30/1999 - Added HTML driver to wxWindows GUI and curses
interface.
Added by: Doug Gaer
*/
// ----------------------------------------------------------- //
// ------------------------------- //
// --------- End of File --------- //
// ------------------------------- //